type runtime.coro
8 uses
runtime (current package)
coro.go#L27: type coro struct {
coro.go#L29: f func(*coro)
coro.go#L42: func newcoro(f func(*coro)) *coro {
coro.go#L43: c := new(coro)
coro.go#L80: func coroexit(c *coro) {
coro.go#L91: func coroswitch(c *coro) {
runtime2.go#L574: coroarg *coro // argument during coroutine transfers
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |